home *** CD-ROM | disk | FTP | other *** search
- #language english
- #version 0
- ; Translation-File for PlugIn-Module PasteClip
- ;
- DESCRIPTION (1//)
- If the specified clipboard unit contents some text \
- then the module will add it to the input stream. \
- So you can add clipboard functionality to almost \
- every program.
- ;
- PARAMETER (//)
- UNIT/N - clipboard unit (defaults to 0)\n\
- STOPATCR/S - stop at the first CR
- ;
- IF_UNIT (//)
- Unit
- ;
- IF_STOPATCR (//)
- Stop at the first carriage return
-